/*样式*/
		/*css初始化*/
		* {margin: 0;
            padding: 0;
		}
		ul,li {
			list-style: none;
		}
		.clearfix:before, .clearfix:after { /*清除浮动*/
			display: table;
			content: "";
		}
		.clearfix:after {
			clear: both;
		}
		.clearfix {
			*zoom: 1;
		}
		a {
			color: #666666;
			text-decoration: none;
		}
        img {
            border: 0;  /*ie6*/
        }
        button {
            cursor: pointer;
        }
		button,
        input {
             font-family:"Microsoft YaHei","Arial Narrow",HELVETICA !important;
			border: 0; /*所有表单边框为0*/
			box-sizing: border-box; /*css3盒子模型 border 和padding 都包含到width里*/
                /*取消轮廓线 蓝色的*/
                outline: none;
                background: none;
        }
    .container { /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
      width: 1180px;
      margin: 0 auto;
      background-color: #fff;
      padding: 20px;
      box-sizing: border-box;
    }
    /*css初始化结束*/
    body {
        background-color: #f7f5f8; /*整个页面背景色*/
        margin: 0 auto;
		font-size: 18px;
        font-family:"Microsoft YaHei","Arial Narrow",HELVETICA !important;
		line-height: 180%;
        overflow: visible;

      }
.clear {
	height: 20px;
	clear: both;
}
.pcds {
    display: block;
  }
.mods {
    display: none;
  }

/* 头部 */
.header{
    width: 100%;
    height: 320px;
    margin: 0 auto;
    background: url(../images/headbk.jpg) no-repeat center;
}
.topheader {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .3);
}
.topcont {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#show_time {
    font-size: 16px;
    color: #ffffff;
}
.aceb{
    width: 250px;
}
.aceb a {
    font-size: 16px;
    color: #ffffff;
}
.title {
    width: 640px;
    margin: 0 auto;
}
.title img {
    width: 600px;
    height: 120px;
    margin: 80px auto 0 auto;
}
.TRS_Editor div,
.TRS_Editor iframe {
    visibility:visible;
}
.search {
    width: 638px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: rgba(247, 245, 247, .8);
    position: relative;
}
.search input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #8c8c8c;
    padding-left: 10px;
    font-size: 14px;
}
.search button{
    width: 26px;
    height: 26px;
    background: url(../images/searchicon.png);
    position: absolute;
    right: 10px;
    top: 25%;
}
/* 导航 */
.firstnav {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #2b558c;
}
.frnavbar {
    width: 1180px;
    padding: 0;
    margin: 0 auto;
}
.frnavbar>li {
    width: 107px;
    height: 60px;
    float: left;
    text-align: center;
    position: relative;
}
.frnavbar>li>a {
    display: block;
    color: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
}
.frnavbar>li>a:hover {
    background: url(../images/hover.png);
}

.frnavbar ul {
    display: none;
    width: 120px;
    background-color: #f7f7f7;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e2e2e2;
    border-left-color: #e2e2e2;
    position: absolute;
    left: -6px;
    z-index: 1000;
}
.frnavbar .longer {
    display: none;
    width: 150px;
    background-color: #f7f7f7;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e2e2e2;
    border-left-color: #e2e2e2;
    position: absolute;
    left: -21px;
    z-index: 1000;
}
.frnavbar ul li,
.frnavbar .longer li {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
  }
  
.frnavbar ul li a,
.frnavbar .longer li a {
    font-size: 14px;
    line-height: 40px;
    color: #333333;
}
.frnavbar ul li:hover,
.frnavbar .longer li:hover {
    background-color: #dddddd;
}
.secnav {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #61a4da;
}
.scnav {
    width: 1180px;
    height: 40px;
    margin: 0 auto;
}
.scnav>li:first-child {
    width: 90px;
    font-size: 16px;
    color: #ffffff;
}
.scnav>li {
    width: 64px;
    line-height: 40px;
    float: left;
    position: relative;
}
.scnav>li>a {
    display: block;
    color: #ffffff;
    font-size: 16px;
}
.scnav>li>a:hover{
    text-decoration: underline;
}
.scnav ul {
    display: none;
    width: 70px;
    background-color: #f7f7f7;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e2e2e2;
    border-left-color: #e2e2e2;
    position: absolute;
    left: -15px;
    z-index: 500;
}
.scnav ul li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
  }
.scnav ul li a {
    font-size: 14px;
    color: #333333;
}
.scnav ul li:hover {
    background-color: #dddddd;
}
.wrap {
    width: 100%;
    margin: 0 auto;
}
/* 第一部分 */
.headlines {
    width: 1180px;
    margin: 0 auto;
}
h1 a {
    display: block;
    line-height: 50px;
    font-size: 32px;
    color: #2b558c;
    font-weight: bold;
    text-align: center;
}

.abstract {
    display: block;
    line-height: 36px;
    font-size: 18px;
    text-indent: 2em;
    color: #666666;
}
.abstract span {
    color: #61a4da;
}
/* 第二部分 */
.picontent{
    display: flex;
    justify-content: space-between;
}
   /*焦点图*/
   .focus{
	position:relative;
	width:695px;
	height:390px;
	background-color: #000;
}  

.focus img{
	width: 695px;
	height: 390px;
} 
.focus .shadow .title{width: 300px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{
	position:absolute;
	bottom:34px;
	left:350px;
	overflow:hidden;
	zoom:1;
} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:40px; line-height: 40px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:14px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{
	bottom:6px;
	position:absolute;
	height:21px;
	text-align:center;
	z-index: 200;
	left: 600px;
}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt{
	overflow:hidden;
	zoom:1;
	height:16px;
	z-index:10;
	width: 80px;
}  
.focus .D1fBt a{
	display:inline;
	width:6px;
	height:6px;
	border-radius:7px;
	color:#B0B0B0;
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font:12px/15px "\5B8B\4F53";
	line-height: 12px;
}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:30px;height:56px;background: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046054947.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -30px; left: 0;background-position:0 -56px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -30px; right: 0;  background-position:-30px -56px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-30px 0;} 
.focusManinR {
	float: right;
	width: 340px;
}
.focusManinR h3 {
	font-size: 16px;
	color: #2c509c;
	font-weight: normal;
}
.focusManinR h3 a:link, .focusManinR h3 a:visited,
.leftLm h3 a:link, .leftLm h3 a:visited{
	color: #2c509c;
}
.focusManinR h3 a:hover, .leftLm h3 a:hover {
	color: #cc0000;
}

.focuslist {
	background-image: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046042251.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 24px;
}

.news {
    width: 425px;
}
.lmtitle {
    height: 50px;
    line-height: 48px;
    border-bottom: 2px solid #61a4da;
    box-sizing: border-box;
    position: relative;
}

.lmtitle li:first-child {
    width: 100px;
    border-bottom: 2px solid #2b558c;
}
.lmtitle li:first-child a {
    display: block;
    text-align: center;
    color: #2b558c;
    font-size: 20px;
}
.lmtitle li:last-child {
    width: 12px;
    position: absolute;
    right: 5px;
    top: 0;
}
.newslist {
    margin-top: 15px;
}
.newslist li {
    height: 40px;
    line-height: 40px;
}
.newslist li a {
    margin-left: 2px;
}
.newslist li:before,
.tabCon li a::before {
    content: "\2022";
    font-size: 15px;
    color: #e5b78b;
    margin-right: 5px;
}
/* banners */
.banners {
    display: flex;
    justify-content: space-between;
}
.banners a {
    display: block;
}
.bigner {
    width: 1140px;
    height: 120px;
    margin: 0 auto;
}
.bigner a {
    display: block;
    width: 1140px;
    height: 120px;
}
.middleicon {
    display: flex;
    justify-content: space-between;
}
.middleicon div{
    border: 1px solid #dddddd;
}
.lmicon {
    width: 390px;
    box-sizing: border-box;
    padding: 0 10px;
}
.lmictitle {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}
.lmictitle img {
    vertical-align: middle;
}
.lmictitle a {
    font-size: 20px;
    color: #2b558c;
}
.icontent {
    padding: 20px 10px;
    width: 350px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.icontent a{
    display: block;
    height: 60px;
    margin-bottom: 15px;
}
.icontent a:last-child,
.ricontent a:last-child {
    margin: 0;
}
.rlmicon {
    width: 320px;
    box-sizing: border-box;
    padding: 0 10px;
}
.ricontent {
    width: 280px;
    padding: 20px 10px; 
    display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.ricontent a {
    display: block;
    height: 98px;
    margin-bottom: 20px;
}
/* 第三部分 */
.thirdcontent {
    display: flex;
    justify-content: space-between;
}
.leftcolumn {
    width: 800px;
}

.tapbutton {
    height: 50px;
    line-height: 48px;
    border-bottom: 2px solid #e6e6e6;
    box-sizing: border-box;
}
.tapbutton li {
    width: 103px;
    float: left;
}
.tapbutton li a {
    display: block;
    font-size: 20px;
    color: #a0a0a0;
    text-align: center;
}
.tapbutton .active a {
    color: #0959a9;
    border-bottom: 2px solid #0959a9;
}
.tabCon .active {
    display: block;
}
.tbmore{
    position: absolute;
    right: 10px;
    top: -30px;
}
.tabCon {
    padding: 0 8px;
    position: relative;
}
.tabCon li {
    height: 40px;
    line-height: 40px;
    position: relative;
}
.tabCon li a {
    display: block;
}

.tabCon li span {
    position: absolute;
    right: 5px;
    top: 0;
    color: #b4b4b4;
}
.tabPane {
    display: none;
}
/* 检察英模 */
.rightcolumn {
    width: 320px;
}
.rtlmt {
    width: 320px;
    height: 50px;
    line-height: 48px;
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    box-sizing: border-box;
}
.rtlmt img {
    margin: 0 8px;
    display: inline-block;
    vertical-align: center;
}
.rtlmt a {
    font-size: 20px;
    color: #0959a9;
}
.rtmore {
    position: absolute;
    right: 5px;
    top: 0;
}
.rtcontent ul h2 a {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #0959a9;
    display: block;
    text-align: center;
}
.rtcontent ul li a {
    font-size: 16px;
    line-height: 36px;
}

.detailed {
    display:inline-block;
    width: 60px;
    height: 20px;
    border-radius: 10px;
    background-color: #dfa670;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
}

/* 检察文苑切换 */
.rttab {
    height: 240px;
    border: 1px solid #dedede;
}
.tab_list {
    height: 45px;
    line-height: 45px;
    background-color: #f7f5f8;
}
.tab_list li {
    width: 115px;
    float: left;
    font-size: 20px;
}
.tab_list li a {
    display: block;
    text-align: center;
}
.current {
    background-color: #dfa66f;
}
.current a {
    color: #ffffff;
}
.tabcon {
    padding: 20px;
}
.itemtitle {
    display: block;
    text-align: center;
}
.item {
    display: none;
}

/* 新媒体 */
.meida {
    height: 175px;
    background-color: #f9fcff;
    border-radius: 5px;
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.meidatitle {
    width: 47px;
    height: 145px;
    border-right: 2px solid #0959a9;
}

.meidatitle h3 a {
    font-size: 20px;
    color: #0959a9;
    font-weight: normal;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
    margin-left: 15px;
}
.meidalg {
    width: 1093px;
    display: flex;
    padding: 5px 0;
}
.meidalg .mcode {
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center;
}
.meidalg .mcode img {
    width: 103px;
    height: 102px;
}
.meidalg .mcode span {
    font-size: 16px;
}
/* 底部 */
.linkbk {
    width: 100%;
    height: 95px;
    margin: 0 auto;
    background-color: #3b6da4;
}
.link {
    width: 1180px;
    margin: 0 auto;
}
.linkname {
    display: block;
    line-height: 95px;
    width: 102px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    float: left;
}
.link select {
    display: inline-block;
    width: 196px;
    height: 30px;
    margin: 15px 0 0 24px;
    border: 1px solid #b0b0b0;
    color: #666666;
    font-size: 16px;
    box-sizing: border-box;
    font-family:"Microsoft YaHei";
}
.contlink {
    width: 818px;
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
    float: left;
}
.contlink a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    margin-right: 20px;
}
/* 底部信息 */
footer {
    width: 100%;
    height: 190px;
    margin: 0 auto;
    background-color: #2b558c;
}
.foot {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.foot span {
    display: block;
    margin-top: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.footicon {
    margin-top: 20px;
}


